projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3a668
)
gtkliststore: fix documentation typo
author
Claudio Saavedra
<csaavedra@igalia.com>
Mon, 3 Sep 2012 07:59:23 +0000
(10:59 +0300)
committer
Claudio Saavedra
<csaavedra@igalia.com>
Mon, 3 Sep 2012 08:00:15 +0000
(11:00 +0300)
gtk/gtkliststore.c
patch
|
blob
|
history
diff --git
a/gtk/gtkliststore.c
b/gtk/gtkliststore.c
index f19b64e9d298c261e85b5402a42288e0a584f3b1..2d49a73f53e5257dd9414d20e3ff8373b308763c 100644
(file)
--- a/
gtk/gtkliststore.c
+++ b/
gtk/gtkliststore.c
@@
-418,7
+418,7
@@
iter_is_valid (GtkTreeIter *iter,
* in. Note that only types derived from standard GObject fundamental types
* are supported.
*
- * As an example, <literal>gtk_
tree
_store_new (3, G_TYPE_INT, G_TYPE_STRING,
+ * As an example, <literal>gtk_
list
_store_new (3, G_TYPE_INT, G_TYPE_STRING,
* GDK_TYPE_PIXBUF);</literal> will create a new #GtkListStore with three columns, of type
* int, string and #GdkPixbuf respectively.
*